The GuestBook applet provides a zone where visitors can send you a message
by email. Once you have received the mail you decide or not to put the messages in the
file "guestbook.txt". The applet displays the messages in this
file. As applets can't connect to remote hosts, this applet connects to your local
server. So your web server must also be a mail server. To know if it's true open a
Telnet session and try this : 'telnet yourhost 25', for example: 'telnet chez.com 25' If
it works (no errors) your web server is also a mail server.
This is the "guestbook.txt" structure :
first line : the date : mm/dd/yy
second line : the name, following by " : ", following by the email
following lines : the text
sample :
10/25/99
taiji99 : taijisoftware@netcourrier.com
hello !! it's a test
Name |
Description |
Default |
Status |
background_color text1 text2 text3 text4 text5 none registration_code |
the background color the recipient email where the messages are send to name field label email field label message box label send button label message box mabel when sent message to display when there is no message in the guestbook the registration code |
usual applet grey - "Name :" "E-mail:" "your message..." "Send message" "message sent !!" "no mesage" - |
required required required required required required required required required |
Special notes |
* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com